home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / qdhelp10.zip / TPLATE1.QDH < prev    next >
Text File  |  1991-10-05  |  1KB  |  86 lines

  1. //
  2. // template #1 for qdhelp
  3. //
  4. // This is a sample template for use in building
  5. // help files using the QDHELP program.  These
  6. // templates give you the basic building blocks
  7. // to quickly put together a help file for your
  8. // programs.
  9. //
  10. //
  11.  
  12. /topic INDEX
  13.  
  14.     /title Template #1
  15.     
  16.     /para \sa150
  17.     /text \b\i\fs50,Template #1
  18.     /endpara
  19.  
  20.     /para \fi200 \sa150
  21.     This is template #1 for the QDHELP system.  This template
  22.     has a large title then an introductory paragraph. Follow
  23.     that comes bold topic headings and paragraphs for each
  24.     topic.
  25.     /endpara
  26.  
  27.     /para \sa150
  28.     /text \b\fs30,Topic Heading 
  29.     /endpara
  30.  
  31.     /para \fi200 \sa150
  32.     This is the topic heading paragraph.  It will contain
  33.     information on the topic heading.  Next you will find
  34.     a series of links to the subtopics of this topic.
  35.     /endpara
  36.  
  37.     /para 
  38.     /link SUBTOPIC1,Sub Topic 1
  39.     /endpara    
  40.  
  41.     /para
  42.     /link SUBTOPIC2,Sub Topic 2
  43.     /endpara
  44.  
  45. /endtopic
  46.  
  47. //
  48. // subtopic 1
  49. //
  50.  
  51. /topic SUBTOPIC1
  52.  
  53.     /title Sub Topic 1
  54.     /keywords subtopic1;topic
  55.     /browse subtopic,1
  56.  
  57.     /para \sa150
  58.     /text \b\i\fs50,Sub Topic 1 Title
  59.     /endpara
  60.  
  61.     /para 
  62.     This will be the text for the sub topic 1 information.
  63.     /endpara
  64.  
  65. /endtopic
  66.  
  67. //
  68. // subtopic 2
  69. //
  70.  
  71. /topic SUBTOPIC2
  72.  
  73.     /title Sub Topic 2
  74.     /keywords subtopic2;topic
  75.     /browse subtopic,2
  76.  
  77.     /para \sa150
  78.     /text \b\i\fs50,Sub Topic 2 Title
  79.     /endpara
  80.  
  81.     /para 
  82.     This will be the text for the sub topic 2 information.
  83.     /endpara
  84.  
  85. /endtopic
  86.